GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / RenderPageToGdPictureImage Method





In This Topic
RenderPageToGdPictureImage Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function RenderPageToGdPictureImage( _
   ByVal DPI As Single, _
   ByVal RenderFormFields As Boolean _
) As Integer
public int RenderPageToGdPictureImage( 
   float DPI,
   bool RenderFormFields
)
public function RenderPageToGdPictureImage( 
    DPI: Single;
    RenderFormFields: Boolean
): Integer; 
public function RenderPageToGdPictureImage( 
   DPI : float,
   RenderFormFields : boolean
) : int;
public: int RenderPageToGdPictureImage( 
   float DPI,
   bool RenderFormFields
) 
public:
int RenderPageToGdPictureImage( 
   float DPI,
   bool RenderFormFields
) 

Parameters

DPI
RenderFormFields
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members